JMFrameResume
Passes a resume event to a frame.
OSStatus JMFrameResume ( JMFrameRef frame, Boolean resume);
frame
- The frame to receive the resume event.
resume
- A Boolean value. If true, the process associated with the frame is brought to the foreground; if false, the process is sent to the background.
- function result
- A result code. See "JManager Result Codes" (page 108) for a list of result codes that JManager may return in this field.
DISCUSSION
The resume event means that the frame becomes part of the running foreground process. When a client application receives a resume event, it must notify all its associated frames.SEE ALSO
"Update, Activate, and Resume Events" (page 22).